home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / A2Z_HD.ZIP / A2Z-HD.DOC next >
Encoding:
Text File  |  1989-03-10  |  6.6 KB  |  166 lines

  1.  
  2.                A2Z-HD.EXE   (ArcToZip-HardDrive)
  3.  
  4.                       Written By Bob Keber
  5.                        Palm Beach Florida
  6.                          (407) 967-7239
  7.  
  8.                     March 1987 - No CopyRight
  9.                       For Public Domain Use
  10.  
  11.  
  12.          ***  Converts *.ARC Files Into *.ZIP Files ***
  13.                 (A Full Sub Directory At A Time)
  14.  
  15.            ***  Set For Maximum File Compression ***
  16.  
  17.  *** Automatic Zip File Redating To Newest Internal File Date ***
  18.  
  19. ==================================================================
  20.  
  21.                            DISCLAIMER
  22.                       ____________________
  23.  
  24.              NO GUARANTY - NO WARRANTY - NO CHARGES
  25.  
  26.   !!!   ONLY USE BACKUP COPIES OF YOUR ORIGINAL PROGRAMS   !!!
  27.  
  28.      <<<<<  USE OF THIS SOFTWARE IS AT YOUR OWN RISK  >>>>>
  29.  
  30. ==================================================================
  31.  
  32.                          REQUIREMENTS
  33.  
  34. - ONE OR MORE HARD DRIVES
  35.  
  36. - PKUNPAK.EXE (From PKWARE: Latest Version possible eg: PK361.EXE)
  37.     (If you don't have this file, try renaming what you do have to
  38.      PKUNPAK. example:  "REN PKXARC.EXE PKUNPAK.EXE")
  39.  
  40. - PKZIP.EXE (Also from PKWARE: Found on most BBSs inside the self
  41.   unpacking file named "PKZ090.EXE"
  42.  
  43.      While I have taken as many precautions as practical to prevent
  44. file losses by this program, and have converted hundreds of my own
  45. floppy disks without any real problems, only YOUR use of backup files
  46. can insure complete safety. There are many things that can happen
  47. during file conversions which are beyond ANY program's control, such
  48. as power losses, hardware and media failure, and so on.
  49.  
  50. This version was designed at the request of some SYSOPS who have very
  51. large sub directories of Upload/Download files on their boards. It is
  52. my estimate (based upon my on use of these programs) that if you are
  53. willing to let these programs take the time they need to convert the
  54. "ARC" files in those directories to "ZIP" files, that you can free up
  55. to approximately 20% of the space now used by the ARC files.
  56.  
  57. That's close to one MEG OUT'A FIVE, friend!
  58.  
  59. In so doing you also decrease (by up to 20%) the time it takes your
  60. users to download those same files, making your BBS available up to
  61. 20% more of the time.
  62.  
  63. Another benefit! Many of the files on BBS's have been "unpacked" with
  64. one version of an archiving program, and repacked (and uploaded by users)
  65. with a newer version of an archiving program. Each time this occurs, the
  66. file DATE is usually changed from what it was originally to something
  67. that is now YEARS newer (even though the software ain't).
  68.  
  69. This program instructs PKZIP to reset the Zip File date to the same
  70. as the newest file packed inside of the ZIP file, thereby restoring
  71. (well,....almost) the file's original date of release.
  72.  
  73.  
  74.                  LET'S GET "ZIPPING" ALONG HERE
  75.  
  76.      To start this program, BOOT UP in your normal manner. Then, 
  77. once you get to your system prompt, do the following steps.
  78.  
  79. #1- Mount the drive (HARD or RAM recommended) that you wish to use
  80.     for these file conversions (eg: "C: <enter>").
  81.  
  82. #2- Go to the "ROOT DIRECTORY" of that drive (eg: "CD \ <enter>")
  83.  
  84. #3- Now copy the following four files into the "ROOT DIRECTORY";
  85.  
  86.             - Q2Z-HD.EXE
  87.             - ZIP-DATE.ZIP
  88.             - PKZIP.EXE
  89.             - PKUNPAK.EXE
  90.  
  91. #4- Create a new SUB DIRECTORY for the file conversions.
  92.           (eg: "MD TEMP", or "MD ARCS", etc.)
  93.  
  94. #5- Go to the newly created sub directory (eg: "CD TEMP <enter>").
  95.  
  96. #6- Now you may COPY your ARC files into this directory. You may copy
  97.     as many (or as few) as you want. But remember, the more you copy,
  98.     the longer it takes to do ALL the conversions. Cause these programs
  99.     won't quit (without your help) until all the ARCs in this directory
  100.     have been exterminated.
  101.  
  102. #7- If you have a version of DOS that allows you to SET PATH then enter
  103.     the command "SET PATH = \". If you can't do that, then go back to
  104.     your "ROOT" directory with the command "CD \ <enter>".
  105.  
  106. #8- ..... and your ready to go. Enter "A2Z-HD <enter>" and your off and
  107.     running. All that remains for you to do is to answer one question
  108.     that will appear on the screen (the name of your new "TEMP" directory)
  109.     ... and you can go watch TV for awhile. This program will "PAGE" you
  110.     when it's finished with all the conversions.
  111.  
  112. #9- Once these programs have finished with all the conversions, it is
  113.     up to you to replace your old ARC files with the new ZIP files.
  114.  
  115.     Again, please use common sense, and don't delete or replace your old
  116.     backup files until you are absolutely sure that all is okay with the
  117.     new ZIP files.
  118.  
  119. ===============================================================
  120.  
  121.    : Language Used: Microsoft Quick Basic 4.0
  122.  
  123.    : My Thanks to: 
  124.  
  125.     Thomas Hanlin III for allowing the use of some routines from 
  126.         his creation "ADVBAS.LIB".
  127.  
  128.     PKware - for creating such terriffic and exciting programs.
  129.  
  130. ===============================================================
  131.  
  132.          ----------------end-of-author's-documentation---------------
  133.  
  134.                         Software Library Information:
  135.  
  136.                    This disk copy provided as a service of
  137.  
  138.                         The Public (Software) Library
  139.  
  140.          We are not the authors of this program, nor are we associated
  141.          with the author in any way other than as a distributor of the
  142.          program in accordance with the author's terms of distribution.
  143.  
  144.          Please direct shareware payments and specific questions about
  145.          this program to the author of the program, whose name appears
  146.          elsewhere in  this documentation. If you have trouble getting
  147.          in touch with the author,  we will do whatever we can to help
  148.          you with your questions. All programs have been tested and do
  149.          run.  To report problems,  please use the form that is in the
  150.          file PROBLEM.DOC on many of our disks or in other written for-
  151.          mat with screen printouts, if possible.  The P(s)L cannot de-
  152.          bug programs over the telephone.
  153.  
  154.          Disks in the P(s)L are updated monthly, so if you did not get
  155.          this disk  directly from the P(s)L,  you should be aware that
  156.          the files in this set may no  longer be the current versions.
  157.  
  158.          For a copy of the latest monthly software library newsletter
  159.          and a list of the 1,800+ disks in the library, call or write
  160.  
  161.                         The Public (Software) Library
  162.                               P.O.Box 35705 - F
  163.                            Houston, TX 77235-5705
  164.                                (713) 665-7017
  165.  
  166.